********************************
Compiling mdAddrPerlWrapper.cpp
********************************

You may need to recompile mdAddrPerlWrapper.cpp if you are not using a version of perl that is compatible with
the mdAddrPerlWrapper.dll that is supplied. 

Prerequisites:
	
	Visual C++ Compiler
	Perl (tested with Perl 5.8.7)

To compile mdAddrPerlWrapper.cpp, a bat file has been supplied. This bat file requires the Visual Studio C++ 
compiler. To use the compiler, you must set up its environment by executing vcvars32.bat in the Visual Studio
C++ bin folder. For 64-bit use Visual Studio Command Prompt x64 and  Read the comments at the top of CreateDll.bat for more details.


You must then set the path to the Perl Include and Library path. You also need to set the path of the Address Object
library (mdAddr.dll). The default locations of these files have been set already for 32-bit but may require changes if your system is different.
* 64bit version available in C:\Program Files\Melissa DATA\DQT\AddrObj\dll_64bit

You will also need to change the perl dependency that the code needs based on your version of Perl. In CreateDll.bat, 
you will need to change the following to match your installation of Perl:

	-DEFAULTLIB:perl510.lib

perl5xx.lib should be in your Perl\lib\CORE folder. For example, if you are using Perl 5.8, you will change to:

	-DEFAULTLIB:perl58.lib


Now, you can run CreateDll.bat to create mdAddrPerlWrapper.dll.
